inorder traversal

网络  中序遍历; 中序序列; 中序走访; 遍历算法; 中序追踪

计算机



双语例句

  1. In the data structure, the binary tree can be uniquely confirmed when the nodes sequences of this binary tree for preorder traversal and inorder traversal are knows.
    在数据结构中,已知一棵二叉树的先序序列和中序序列,可唯一确定此二叉树。
  2. This paper summarizes the relation of the three different array through the analysis of getting three different array from the same tree using three different algorithm: preorder traversal, inorder traversal and postorder traversal.
    通过对同一棵二叉树的先序遍历、中序遍历、后序遍历得到三个不同序列的分析,概括出二叉树前中后序遍历序列间的关系。